CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 注入 进程

搜索资源列表

  1. HookMessagebox

    0下载:
  2. 这是一个Hook windowsAPI 的例子。 本DLL是HOOK windows的messagobox函数 并将应用程序中调用messagebox函数弹出的对话框的样式修改了一下!修改后的对话框效果见源代码里的效果图!在release目录里自带一个将dll注入进程的程序!-Hook windowsAPI example. The DLL is the messagobox HOOK windows function will be called from applications m
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39232
    • 提供者:王凯兵
  1. memfind

    2下载:
  2. 内存扫描的源代码,自己建一个注入进程工具就可以实现进程内的内存扫描
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:34906
    • 提供者:孙亚新
  1. 1409746421-1133137735

    0下载:
  2. 84495微软研究院的开发包可以拦截特定进程api的微软开发包1.5, 里面有微软的源代码,和我做的2个测试例子,1个是把dll注入进程中,1个是dll和应用程序同时启动
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:693886
    • 提供者:许庭洲
  1. 微软研究院的开发包

    0下载:
  2. 可以拦截特定进程api的微软开发包1.5, 里面有微软的源代码,和我做的2个测试例子,1个是把dll注入进程中,1个是dll和应用程序同时启动。-can intercept specific process api Microsoft Development Kit 1.5, which has Microsoft's source code, and I made two of the test case, an injection is dll process, a yes dll
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:693886
    • 提供者:赵刚
  1. 一个远程进程注入工具

    0下载:
  2. 一个远程进程注入工具,挺好用 是用VC做的 还不错大家看看吧-a remote injection process tools, is very good with the VC also do good we look at it
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5165
    • 提供者:lyb
  1. 050615adminchick-backdoor

    1下载:
  2. 注入进程的 超强DLL后门木马 支持系统 2000以上, 功能: 1.支持密码验证 2.cmd命令 3.上传下载 安装: 要用到的程序. install.exe 和 ServerDll.dll 在CMD下 运行 install -h http://www.donews.net/xxx/archive/2004/09/26/110321.aspx -p 1234567 -h 后面接的是一个网页的地址。网页里面包含自己的IP和端口,肉鸡读到后,会进行反弹连接 -p 后面是认证密码 在静态网页中,必须
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:110566
    • 提供者:aaaa
  1. 隐藏进程

    1下载:
  2. 通过注入,实现进程隐藏
  3. 所属分类:Windows编程

    • 发布日期:2009-05-08
    • 文件大小:7054
    • 提供者:zuojialiang
  1. APCInjection

    1下载:
  2. 采用APC的方式将一个dll注入其他进程
  3. 所属分类:进程与线程

    • 发布日期:2009-05-07
    • 文件大小:9599
    • 提供者:cyclan
  1. dllzhuru.rar

    0下载:
  2. 上学写的VC DLL 远程注入的例子, 可以根据进程ID插入想注入的D,School written by long-distance VC DLL injection example, you can insert in accordance with the process ID of the D would like to inject
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:39709
    • 提供者:cary
  1. EXEIN2.rar

    0下载:
  2. 功能强大的代码 可以任意注入其他进程 学习交流之用!,this code is very good! can inject other process!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:3312
    • 提供者:jack
  1. MyInject

    0下载:
  2. 自己用C++写的一个注入进程dll的注入器,经过测试记事本,成功注入-They used to write a C++ dll into the process, the injector, tested Notepad, successfully injected
  3. 所属分类:Hook api

    • 发布日期:2017-11-08
    • 文件大小:22186
    • 提供者:zhi
  1. gh0st

    1下载:
  2. 外国远程控制源码 经典 国内大部分远控都是由他 该的 功能强大稳定最新技术 反弹上线 注入进程 过防火墙-Classic source of foreign domestic remote control remote control is most powerful in his stable of the latest technology into the process of rebounding off the firewall on the line
  3. 所属分类:远程控制编程

    • 发布日期:2017-05-04
    • 文件大小:1084409
    • 提供者:谷歌他哥
  1. loadEXE.rar

    0下载:
  2. 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。,of non-self-injected into the EXE other process control operation of the code. Very classic things.
  3. 所属分类:Process-Thread

    • 发布日期:2014-08-18
    • 文件大小:6050
    • 提供者:漆光耀
  1. wsHideDLL.zip

    0下载:
  2. Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:9696
    • 提供者:miller
  1. VC_shurufa

    0下载:
  2. 强大的输入法注入代码,可以注入到有保护的进程里!无所不能-A strong input into the code
  3. 所属分类:IME Develop

    • 发布日期:2017-04-09
    • 文件大小:563770
    • 提供者:zhangxin
  1. NtCreateThread

    0下载:
  2. hookNtCreateThread 可以第一时间注入到目标进程,进程创建后,然后就好调用 NtCreateThread创建主线程-hookNtCreateThread the first time can be injected into the target process, the process is created, then create the main thread is like calling NtCreateThread
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:4456
    • 提供者:lxy
  1. main

    1下载:
  2. DLL注入 进程防杀 进程线 程编程-DLL into the process line of defense to kill the process kill process DLL injection process, anti-thread programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:1318
    • 提供者:是发
  1. CE

    0下载:
  2. 仿CE内存搜索工具.采用Super-EC2.7版内存操作类功能编写. 有兴趣的朋友可以加强一样功能. 若改成DLL进行注入,将其中"打开进程"命令的参数留空,就会取当前进程.本程序在注入后对DNF等游戏有效! -111111111111111
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:75059
    • 提供者:54654
  1. fengbaozhuanfa

    3下载:
  2. 用易语言写的封包注入游戏进程.截取与修改转发 .-Modify the packet forwarding interception
  3. 所属分类:易语言编程

    • 发布日期:2012-11-18
    • 文件大小:213991
    • 提供者:you
  1. Defender

    0下载:
  2. VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
  3. 所属分类:Hook api

    • 发布日期:2017-05-21
    • 文件大小:6359621
    • 提供者:孙新
« 1 2 34 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com